//==============================================================================
// flavian amphitheatre_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define empower
{
   SetSelector
   {
      EmpowerLogic
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualnone Jimmy
            }
         }
      }
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualparticle SFX E Pharaoh Empower Large
            }
         }
      }
   }
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
anim idle
{
   SetSelector
   {
      SetSelector
      {
			SetSelector
			{	
				ConstructionLogic 0 33 66
				set hotspot
				{
					version
					{
						Visual Flavian Amphitheatre Idle
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
				set hotspot
				{
					version
					{
						Visual Building G Poisiden Wonder Con1
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
				set hotspot
				{
					version
					{
						Visual Building G Poisiden Wonder Con2
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
				set hotspot
				{
					version
					{
						Visual Building G Poisiden Wonder Con3
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
			}
		}
   	}
}

//==============================================================================
anim death
{
   SetSelector
   {
      SetSelector
      {
			SetSelector
			{
				ConstructionLogic 0 33 66
				set hotspot
				{
					version
					{
						Visual Flavian Amphitheatre_Death
						connect smoke0 Dust hotspot
						connect smoke1 Dust hotspot
						connect smoke2 Dust hotspot
						connect smoke3 Dust hotspot
						connect smoke4 Dust hotspot
						connect smoke5 Dust hotspot
						connect smoke6 Dust hotspot
						connect smoke7 Dust hotspot
						connect smoke8 Dust hotspot
						connect smoke9 Dust hotspot
						connect Backabdomen Dust hotspot
						connect chin Dust hotspot
						connect forehead Dust hotspot
						connect frontabdomen Dust hotspot
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
				set hotspot
				{
					version
					{
						Visual Building G Poisiden Wonder Con1
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
				set hotspot
				{
					version
					{
						Visual Building G Poisiden Wonder Con2
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
				set hotspot
				{
					version
					{
						Visual Building G Poisiden Wonder Con3
						ReplaceTexture Building G Wonder/Flavian Amphitheatre
					}
				}
			}
		}
   }
}